Html Css Color HEX #C665B9 Fuchsia

📋 copy color: '#C665B9'

red 198 ◦ green 101 ◦ blue 185

#C665B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C665B9

Tints of Fuchsia #C665B9

RGB

 RED value IS 198 (77.73% from 255) = 40.91%

 GREEN value IS 101 (39.84% from 255) = 20.87%

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 40.91%
G = 20.87%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C665B9 (or 0xC665B9) is known color: Fuchsia. HEX triplet: C6, 65 and B9. RGB value is (198,101,185). Sum of RGB (Red+Green+Blue) = 198+101+185=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C665B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665B9 is #399A46. Grayscale: #8B8B8B. Windows color (decimal): -3775047 or 12150214. OLE color: 12150214.

HSL color Cylindrical-coordinate representation of color #C665B9: hue angle of 308.04º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665B9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 185 -
CMYK 0 0.49 0.07 0.22
HSL 308.04º 0.46% 0.59% -
HSV(B) 308.04º 0.49% 0.78% -
XYZ 36.7 24.82 48.75 -
YUV 139.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 198 101 185 0 0.49 0.07 0.22 308.04 0.46 0.59
Hex C6 65 B9 0 31 7 16 134 2E 3B
Octal 306 145 271 0 61 7 26 464 56 73
Binary 11000110 1100101 10111001 0 110001 111 10110 100110100 101110 111011

Color Harmonies of #C665B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665B9

Black with #C665B9

Text Example


Text Example

White with #C665B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665B9; }

 p { color: rgb(198,101,185); }

 H1.HeaderClassName
 {
   color: #C665B9;
 }
 .AnyTagClassName
 {
   color: #C665B9;
 }
</style>

background-color css

<style>
 a { background-color: #C665B9; }

 a { background-color: rgb(198,101,185); }

 div.DivClassName
 {
   background-color: #C665B9;
 }
 .BgClassName
 {
   background-color: #C665B9;
 }
</style>

border-color css

<style>
 span { border-color: #C665B9; }

 span { border-color: rgb(198,101,185); }

 td.TdClassName
 {
   border-color: #C665B9;
 }
 .TagClassName
 {
   border-color: #C665B9;
 }
</style>