Html Css Color HEX #CC2FD3 Fuchsia

📋 copy color: '#CC2FD3'

red 204 ◦ green 47 ◦ blue 211

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

Shades of Fuchsia #CC2FD3

Tints of Fuchsia #CC2FD3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

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

R = 44.16%
G = 10.17%
B = 45.67%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC2FD3 (or 0xCC2FD3) is known color: Fuchsia. HEX triplet: CC, 2F and D3. RGB value is (204,47,211). Sum of RGB (Red+Green+Blue) = 204+47+211=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC2FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FD3 is #33D02C. Grayscale: #707070. Windows color (decimal): -3395629 or 13840332. OLE color: 13840332.

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

Color convert

RGB 204 47 211 -
CMYK 0.03 0.78 0 0.17
HSL 297.44º 0.65% 0.51% -
HSV(B) 297.44º 0.78% 0.83% -
XYZ 37.68 19.57 63.42 -
YUV 112.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 204 47 211 0.03 0.78 0 0.17 297.44 0.65 0.51
Hex CC 2F D3 3 4E 0 11 129 41 33
Octal 314 57 323 3 116 0 21 451 101 63
Binary 11001100 101111 11010011 11 1001110 0 10001 100101001 1000001 110011

Color Harmonies of #CC2FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FD3

Black with #CC2FD3

Text Example


Text Example

White with #CC2FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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