Html Css Color HEX #CC44C2 Fuchsia

📋 copy color: '#CC44C2'

red 204 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #CC44C2

Tints of Fuchsia #CC44C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 43.78%
G = 14.59%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC44C2 (or 0xCC44C2) is known color: Fuchsia. HEX triplet: CC, 44 and C2. RGB value is (204,68,194). Sum of RGB (Red+Green+Blue) = 204+68+194=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44C2 is #33BB3D. Grayscale: #7A7A7A. Windows color (decimal): -3390270 or 12731596. OLE color: 12731596.

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

Color convert

RGB 204 68 194 -
CMYK 0 0.67 0.05 0.2
HSL 304.41º 0.57% 0.53% -
HSV(B) 304.41º 0.67% 0.8% -
XYZ 36.71 20.87 53.13 -
YUV 123.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 204 68 194 0 0.67 0.05 0.2 304.41 0.57 0.53
Hex CC 44 C2 0 43 5 14 130 39 35
Octal 314 104 302 0 103 5 24 460 71 65
Binary 11001100 1000100 11000010 0 1000011 101 10100 100110000 111001 110101

Color Harmonies of #CC44C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44C2

Black with #CC44C2

Text Example


Text Example

White with #CC44C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44C2; }

 p { color: rgb(204,68,194); }

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

background-color css

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

 a { background-color: rgb(204,68,194); }

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

border-color css

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

 span { border-color: rgb(204,68,194); }

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