Html Css Color HEX #C94DCE Fuchsia

📋 copy color: '#C94DCE'

red 201 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #C94DCE

Tints of Fuchsia #C94DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 41.53%
G = 15.91%
B = 42.56%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C94DCE (or 0xC94DCE) is known color: Fuchsia. HEX triplet: C9, 4D and CE. RGB value is (201,77,206). Sum of RGB (Red+Green+Blue) = 201+77+206=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C94DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DCE is #36B231. Grayscale: #808080. Windows color (decimal): -3584562 or 13520329. OLE color: 13520329.

HSL color Cylindrical-coordinate representation of color #C94DCE: hue angle of 297.67º degrees, saturation: 0.57, 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 #C94DCE is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 77 206 -
CMYK 0.02 0.63 0 0.19
HSL 297.67º 0.57% 0.55% -
HSV(B) 297.67º 0.63% 0.81% -
XYZ 37.88 22.18 60.68 -
YUV 128.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 201 77 206 0.02 0.63 0 0.19 297.67 0.57 0.55
Hex C9 4D CE 2 3F 0 13 12A 39 37
Octal 311 115 316 2 77 0 23 452 71 67
Binary 11001001 1001101 11001110 10 111111 0 10011 100101010 111001 110111

Color Harmonies of #C94DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DCE

Black with #C94DCE

Text Example


Text Example

White with #C94DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DCE; }

 p { color: rgb(201,77,206); }

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

background-color css

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

 a { background-color: rgb(201,77,206); }

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

border-color css

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

 span { border-color: rgb(201,77,206); }

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