Html Css Color HEX #C066B7 Fuchsia

📋 copy color: '#C066B7'

red 192 ◦ green 102 ◦ blue 183

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

Shades of Fuchsia #C066B7

Tints of Fuchsia #C066B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.36%

R = 40.25%
G = 21.38%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C066B7 (or 0xC066B7) is known color: Fuchsia. HEX triplet: C0, 66 and B7. RGB value is (192,102,183). Sum of RGB (Red+Green+Blue) = 192+102+183=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C066B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066B7 is #3F9948. Grayscale: #898989. Windows color (decimal): -4168009 or 12019392. OLE color: 12019392.

HSL color Cylindrical-coordinate representation of color #C066B7: hue angle of 306º 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 #C066B7 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 183 -
CMYK 0 0.47 0.05 0.25
HSL 306º 0.42% 0.58% -
HSV(B) 306º 0.47% 0.75% -
XYZ 35.04 24.13 47.61 -
YUV 138.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 192 102 183 0 0.47 0.05 0.25 306 0.42 0.58
Hex C0 66 B7 0 2F 5 19 132 2A 3A
Octal 300 146 267 0 57 5 31 462 52 72
Binary 11000000 1100110 10110111 0 101111 101 11001 100110010 101010 111010

Color Harmonies of #C066B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066B7

Black with #C066B7

Text Example


Text Example

White with #C066B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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