Html Css Color HEX #C066B8 Fuchsia

📋 copy color: '#C066B8'

red 192 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #C066B8

Tints of Fuchsia #C066B8

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

 GREEN value IS 102 (40.23% from 255) = 21.34%

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 40.17%
G = 21.34%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C066B8 (or 0xC066B8) is known color: Fuchsia. HEX triplet: C0, 66 and B8. RGB value is (192,102,184). Sum of RGB (Red+Green+Blue) = 192+102+184=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C066B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066B8 is #3F9947. Grayscale: #8A8A8A. Windows color (decimal): -4168008 or 12084928. OLE color: 12084928.

HSL color Cylindrical-coordinate representation of color #C066B8: hue angle of 305.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C066B8 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 184 -
CMYK 0 0.47 0.04 0.25
HSL 305.33º 0.42% 0.58% -
HSV(B) 305.33º 0.47% 0.75% -
XYZ 35.14 24.17 48.16 -
YUV 138.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 192 102 184 0 0.47 0.04 0.25 305.33 0.42 0.58
Hex C0 66 B8 0 2F 4 19 131 2A 3A
Octal 300 146 270 0 57 4 31 461 52 72
Binary 11000000 1100110 10111000 0 101111 100 11001 100110001 101010 111010

Color Harmonies of #C066B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066B8

Black with #C066B8

Text Example


Text Example

White with #C066B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066B8; }

 p { color: rgb(192,102,184); }

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

background-color css

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

 a { background-color: rgb(192,102,184); }

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

border-color css

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

 span { border-color: rgb(192,102,184); }

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