Html Css Color HEX #C94CCF Fuchsia

📋 copy color: '#C94CCF'

red 201 ◦ green 76 ◦ blue 207

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

Shades of Fuchsia #C94CCF

Tints of Fuchsia #C94CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 41.53%
G = 15.7%
B = 42.77%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C94CCF (or 0xC94CCF) is known color: Fuchsia. HEX triplet: C9, 4C and CF. RGB value is (201,76,207). Sum of RGB (Red+Green+Blue) = 201+76+207=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C94CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CCF is #36B330. Grayscale: #7F7F7F. Windows color (decimal): -3584817 or 13585609. OLE color: 13585609.

HSL color Cylindrical-coordinate representation of color #C94CCF: hue angle of 297.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94CCF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 76 207 -
CMYK 0.03 0.63 0 0.19
HSL 297.25º 0.58% 0.55% -
HSV(B) 297.25º 0.63% 0.81% -
XYZ 37.93 22.09 61.3 -
YUV 128.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 201 76 207 0.03 0.63 0 0.19 297.25 0.58 0.55
Hex C9 4C CF 3 3F 0 13 129 3A 37
Octal 311 114 317 3 77 0 23 451 72 67
Binary 11001001 1001100 11001111 11 111111 0 10011 100101001 111010 110111

Color Harmonies of #C94CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CCF

Black with #C94CCF

Text Example


Text Example

White with #C94CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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