Html Css Color HEX #CC43C4 Fuchsia

📋 copy color: '#CC43C4'

red 204 ◦ green 67 ◦ blue 196

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

Shades of Fuchsia #CC43C4

Tints of Fuchsia #CC43C4

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.35%

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

R = 43.68%
G = 14.35%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC43C4 (or 0xCC43C4) is known color: Fuchsia. HEX triplet: CC, 43 and C4. RGB value is (204,67,196). Sum of RGB (Red+Green+Blue) = 204+67+196=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43C4 is #33BC3B. Grayscale: #7A7A7A. Windows color (decimal): -3390524 or 12862412. OLE color: 12862412.

HSL color Cylindrical-coordinate representation of color #CC43C4: hue angle of 303.5º 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 #CC43C4 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 196 -
CMYK 0 0.67 0.04 0.2
HSL 303.5º 0.57% 0.53% -
HSV(B) 303.5º 0.67% 0.8% -
XYZ 36.87 20.84 54.3 -
YUV 122.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 204 67 196 0 0.67 0.04 0.2 303.5 0.57 0.53
Hex CC 43 C4 0 43 4 14 130 39 35
Octal 314 103 304 0 103 4 24 460 71 65
Binary 11001100 1000011 11000100 0 1000011 100 10100 100110000 111001 110101

Color Harmonies of #CC43C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43C4

Black with #CC43C4

Text Example


Text Example

White with #CC43C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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