Html Css Color HEX #C06CC1 Fuchsia

📋 copy color: '#C06CC1'

red 192 ◦ green 108 ◦ blue 193

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

Shades of Fuchsia #C06CC1

Tints of Fuchsia #C06CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

 BLUE value IS 193 (75.78% from 255) = 39.15%

R = 38.95%
G = 21.91%
B = 39.15%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C06CC1 (or 0xC06CC1) is known color: Fuchsia. HEX triplet: C0, 6C and C1. RGB value is (192,108,193). Sum of RGB (Red+Green+Blue) = 192+108+193=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CC1 is #3F933E. Grayscale: #8E8E8E. Windows color (decimal): -4166463 or 12676288. OLE color: 12676288.

HSL color Cylindrical-coordinate representation of color #C06CC1: hue angle of 299.29º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CC1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 108 193 -
CMYK 0.01 0.44 0 0.24
HSL 299.29º 0.41% 0.59% -
HSV(B) 299.29º 0.44% 0.76% -
XYZ 36.73 25.78 53.49 -
YUV 142.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 192 108 193 0.01 0.44 0 0.24 299.29 0.41 0.59
Hex C0 6C C1 1 2C 0 18 12B 29 3B
Octal 300 154 301 1 54 0 30 453 51 73
Binary 11000000 1101100 11000001 1 101100 0 11000 100101011 101001 111011

Color Harmonies of #C06CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CC1

Black with #C06CC1

Text Example


Text Example

White with #C06CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CC1; }

 p { color: rgb(192,108,193); }

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

background-color css

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

 a { background-color: rgb(192,108,193); }

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

border-color css

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

 span { border-color: rgb(192,108,193); }

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