Html Css Color HEX #C06BB4 Fuchsia

📋 copy color: '#C06BB4'

red 192 ◦ green 107 ◦ blue 180

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

Shades of Fuchsia #C06BB4

Tints of Fuchsia #C06BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 40.08%
G = 22.34%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C06BB4 (or 0xC06BB4) is known color: Fuchsia. HEX triplet: C0, 6B and B4. RGB value is (192,107,180). Sum of RGB (Red+Green+Blue) = 192+107+180=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BB4 is #3F944B. Grayscale: #8C8C8C. Windows color (decimal): -4166732 or 11824064. OLE color: 11824064.

HSL color Cylindrical-coordinate representation of color #C06BB4: hue angle of 308.47º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06BB4 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 180 -
CMYK 0 0.44 0.06 0.25
HSL 308.47º 0.4% 0.59% -
HSV(B) 308.47º 0.44% 0.75% -
XYZ 35.23 25.02 46.15 -
YUV 140.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 192 107 180 0 0.44 0.06 0.25 308.47 0.4 0.59
Hex C0 6B B4 0 2C 6 19 134 28 3B
Octal 300 153 264 0 54 6 31 464 50 73
Binary 11000000 1101011 10110100 0 101100 110 11001 100110100 101000 111011

Color Harmonies of #C06BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BB4

Black with #C06BB4

Text Example


Text Example

White with #C06BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BB4; }

 p { color: rgb(192,107,180); }

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

background-color css

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

 a { background-color: rgb(192,107,180); }

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

border-color css

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

 span { border-color: rgb(192,107,180); }

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