Html Css Color HEX #C94CCC Fuchsia

📋 copy color: '#C94CCC'

red 201 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #C94CCC

Tints of Fuchsia #C94CCC

RGB

 RED value IS 201 (78.91% from 255) = 41.79%

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 41.79%
G = 15.8%
B = 42.41%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C94CCC (or 0xC94CCC) is known color: Fuchsia. HEX triplet: C9, 4C and CC. RGB value is (201,76,204). Sum of RGB (Red+Green+Blue) = 201+76+204=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C94CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CCC is #36B333. Grayscale: #7F7F7F. Windows color (decimal): -3584820 or 13389001. OLE color: 13389001.

HSL color Cylindrical-coordinate representation of color #C94CCC: hue angle of 298.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94CCC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 76 204 -
CMYK 0.01 0.63 0 0.2
HSL 298.59º 0.56% 0.55% -
HSV(B) 298.59º 0.63% 0.8% -
XYZ 37.57 21.95 59.38 -
YUV 127.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 201 76 204 0.01 0.63 0 0.2 298.59 0.56 0.55
Hex C9 4C CC 1 3F 0 14 12B 38 37
Octal 311 114 314 1 77 0 24 453 70 67
Binary 11001001 1001100 11001100 1 111111 0 10100 100101011 111000 110111

Color Harmonies of #C94CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CCC

Black with #C94CCC

Text Example


Text Example

White with #C94CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CCC; }

 p { color: rgb(201,76,204); }

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

background-color css

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

 a { background-color: rgb(201,76,204); }

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

border-color css

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

 span { border-color: rgb(201,76,204); }

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