Html Css Color HEX #CC4DC1 Fuchsia

📋 copy color: '#CC4DC1'

red 204 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #CC4DC1

Tints of Fuchsia #CC4DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 43.04%
G = 16.24%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC4DC1 (or 0xCC4DC1) is known color: Fuchsia. HEX triplet: CC, 4D and C1. RGB value is (204,77,193). Sum of RGB (Red+Green+Blue) = 204+77+193=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DC1 is #33B23E. Grayscale: #7F7F7F. Windows color (decimal): -3387967 or 12668364. OLE color: 12668364.

HSL color Cylindrical-coordinate representation of color #CC4DC1: hue angle of 305.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DC1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 77 193 -
CMYK 0 0.62 0.05 0.2
HSL 305.2º 0.55% 0.55% -
HSV(B) 305.2º 0.62% 0.8% -
XYZ 37.18 22 52.74 -
YUV 128.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 204 77 193 0 0.62 0.05 0.2 305.2 0.55 0.55
Hex CC 4D C1 0 3E 5 14 131 37 37
Octal 314 115 301 0 76 5 24 461 67 67
Binary 11001100 1001101 11000001 0 111110 101 10100 100110001 110111 110111

Color Harmonies of #CC4DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DC1

Black with #CC4DC1

Text Example


Text Example

White with #CC4DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DC1; }

 p { color: rgb(204,77,193); }

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

background-color css

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

 a { background-color: rgb(204,77,193); }

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

border-color css

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

 span { border-color: rgb(204,77,193); }

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