Html Css Color HEX #CC2DC4 Fuchsia

📋 copy color: '#CC2DC4'

red 204 ◦ green 45 ◦ blue 196

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

Shades of Fuchsia #CC2DC4

Tints of Fuchsia #CC2DC4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 196 (76.95% from 255) = 44.04%

R = 45.84%
G = 10.11%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC2DC4 (or 0xCC2DC4) is known color: Fuchsia. HEX triplet: CC, 2D and C4. RGB value is (204,45,196). Sum of RGB (Red+Green+Blue) = 204+45+196=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DC4 is #33D23B. Grayscale: #6D6D6D. Windows color (decimal): -3396156 or 12856780. OLE color: 12856780.

HSL color Cylindrical-coordinate representation of color #CC2DC4: hue angle of 303.02º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DC4 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 45 196 -
CMYK 0 0.78 0.04 0.2
HSL 303.02º 0.64% 0.49% -
HSV(B) 303.02º 0.78% 0.8% -
XYZ 35.8 18.7 53.95 -
YUV 109.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 204 45 196 0 0.78 0.04 0.2 303.02 0.64 0.49
Hex CC 2D C4 0 4E 4 14 12F 40 31
Octal 314 55 304 0 116 4 24 457 100 61
Binary 11001100 101101 11000100 0 1001110 100 10100 100101111 1000000 110001

Color Harmonies of #CC2DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DC4

Black with #CC2DC4

Text Example


Text Example

White with #CC2DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DC4; }

 p { color: rgb(204,45,196); }

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

background-color css

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

 a { background-color: rgb(204,45,196); }

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

border-color css

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

 span { border-color: rgb(204,45,196); }

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