Html Css Color HEX #C06DBB Fuchsia

📋 copy color: '#C06DBB'

red 192 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #C06DBB

Tints of Fuchsia #C06DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 39.34%
G = 22.34%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06DBB (or 0xC06DBB) is known color: Fuchsia. HEX triplet: C0, 6D and BB. RGB value is (192,109,187). Sum of RGB (Red+Green+Blue) = 192+109+187=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBB is #3F9244. Grayscale: #8E8E8E. Windows color (decimal): -4166213 or 12283328. OLE color: 12283328.

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

Color convert

RGB 192 109 187 -
CMYK 0 0.43 0.03 0.25
HSL 303.61º 0.4% 0.59% -
HSV(B) 303.61º 0.43% 0.75% -
XYZ 36.18 25.73 50.07 -
YUV 142.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 192 109 187 0 0.43 0.03 0.25 303.61 0.4 0.59
Hex C0 6D BB 0 2B 3 19 130 28 3B
Octal 300 155 273 0 53 3 31 460 50 73
Binary 11000000 1101101 10111011 0 101011 11 11001 100110000 101000 111011

Color Harmonies of #C06DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DBB

Black with #C06DBB

Text Example


Text Example

White with #C06DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DBB; }

 p { color: rgb(192,109,187); }

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

background-color css

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

 a { background-color: rgb(192,109,187); }

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

border-color css

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

 span { border-color: rgb(192,109,187); }

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