Html Css Color HEX #C94BCC Fuchsia

📋 copy color: '#C94BCC'

red 201 ◦ green 75 ◦ blue 204

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

Shades of Fuchsia #C94BCC

Tints of Fuchsia #C94BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.63%

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

R = 41.88%
G = 15.63%
B = 42.5%

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

#C94BCC (or 0xC94BCC) is known color: Fuchsia. HEX triplet: C9, 4B and CC. RGB value is (201,75,204). Sum of RGB (Red+Green+Blue) = 201+75+204=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C94BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BCC is #36B433. Grayscale: #7E7E7E. Windows color (decimal): -3585076 or 13388745. OLE color: 13388745.

HSL color Cylindrical-coordinate representation of color #C94BCC: hue angle of 298.6º 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 #C94BCC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 75 204 -
CMYK 0.01 0.63 0 0.2
HSL 298.6º 0.56% 0.55% -
HSV(B) 298.6º 0.63% 0.8% -
XYZ 37.5 21.81 59.36 -
YUV 127.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 201 75 204 0.01 0.63 0 0.2 298.6 0.56 0.55
Hex C9 4B CC 1 3F 0 14 12B 38 37
Octal 311 113 314 1 77 0 24 453 70 67
Binary 11001001 1001011 11001100 1 111111 0 10100 100101011 111000 110111

Color Harmonies of #C94BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BCC

Black with #C94BCC

Text Example


Text Example

White with #C94BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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