Html Css Color HEX #CC4ED3 Fuchsia

📋 copy color: '#CC4ED3'

red 204 ◦ green 78 ◦ blue 211

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

Shades of Fuchsia #CC4ED3

Tints of Fuchsia #CC4ED3

RGB

 RED value IS 204 (80.08% from 255) = 41.38%

 GREEN value IS 78 (30.86% from 255) = 15.82%

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 41.38%
G = 15.82%
B = 42.8%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC4ED3 (or 0xCC4ED3) is known color: Fuchsia. HEX triplet: CC, 4E and D3. RGB value is (204,78,211). Sum of RGB (Red+Green+Blue) = 204+78+211=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC4ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ED3 is #33B12C. Grayscale: #828282. Windows color (decimal): -3387693 or 13848268. OLE color: 13848268.

HSL color Cylindrical-coordinate representation of color #CC4ED3: hue angle of 296.84º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4ED3 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 78 211 -
CMYK 0.03 0.63 0 0.17
HSL 296.84º 0.6% 0.57% -
HSV(B) 296.84º 0.63% 0.83% -
XYZ 39.38 22.99 63.99 -
YUV 130.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 204 78 211 0.03 0.63 0 0.17 296.84 0.6 0.57
Hex CC 4E D3 3 3F 0 11 129 3C 39
Octal 314 116 323 3 77 0 21 451 74 71
Binary 11001100 1001110 11010011 11 111111 0 10001 100101001 111100 111001

Color Harmonies of #CC4ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4ED3

Black with #CC4ED3

Text Example


Text Example

White with #CC4ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4ED3; }

 p { color: rgb(204,78,211); }

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

background-color css

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

 a { background-color: rgb(204,78,211); }

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

border-color css

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

 span { border-color: rgb(204,78,211); }

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