Html Css Color HEX #CC4CC3 Fuchsia

📋 copy color: '#CC4CC3'

red 204 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #CC4CC3

Tints of Fuchsia #CC4CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16%

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 42.95%
G = 16%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC4CC3 (or 0xCC4CC3) is known color: Fuchsia. HEX triplet: CC, 4C and C3. RGB value is (204,76,195). Sum of RGB (Red+Green+Blue) = 204+76+195=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC3 is #33B33C. Grayscale: #7F7F7F. Windows color (decimal): -3388221 or 12799180. OLE color: 12799180.

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

Color convert

RGB 204 76 195 -
CMYK 0 0.63 0.04 0.2
HSL 304.22º 0.56% 0.55% -
HSV(B) 304.22º 0.63% 0.8% -
XYZ 37.34 21.95 53.9 -
YUV 127.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 204 76 195 0 0.63 0.04 0.2 304.22 0.56 0.55
Hex CC 4C C3 0 3F 4 14 130 38 37
Octal 314 114 303 0 77 4 24 460 70 67
Binary 11001100 1001100 11000011 0 111111 100 10100 100110000 111000 110111

Color Harmonies of #CC4CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CC3

Black with #CC4CC3

Text Example


Text Example

White with #CC4CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CC3; }

 p { color: rgb(204,76,195); }

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

background-color css

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

 a { background-color: rgb(204,76,195); }

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

border-color css

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

 span { border-color: rgb(204,76,195); }

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