Html Css Color HEX #C06BB5 Fuchsia

📋 copy color: '#C06BB5'

red 192 ◦ green 107 ◦ blue 181

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

Shades of Fuchsia #C06BB5

Tints of Fuchsia #C06BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 40%
G = 22.29%
B = 37.71%

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

#C06BB5 (or 0xC06BB5) is known color: Fuchsia. HEX triplet: C0, 6B and B5. RGB value is (192,107,181). Sum of RGB (Red+Green+Blue) = 192+107+181=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BB5 is #3F944A. Grayscale: #8C8C8C. Windows color (decimal): -4166731 or 11889600. OLE color: 11889600.

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

Color convert

RGB 192 107 181 -
CMYK 0 0.44 0.06 0.25
HSL 307.76º 0.4% 0.59% -
HSV(B) 307.76º 0.44% 0.75% -
XYZ 35.34 25.06 46.69 -
YUV 140.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 192 107 181 0 0.44 0.06 0.25 307.76 0.4 0.59
Hex C0 6B B5 0 2C 6 19 134 28 3B
Octal 300 153 265 0 54 6 31 464 50 73
Binary 11000000 1101011 10110101 0 101100 110 11001 100110100 101000 111011

Color Harmonies of #C06BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BB5

Black with #C06BB5

Text Example


Text Example

White with #C06BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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