Html Css Color HEX #CC43CC Fuchsia

📋 copy color: '#CC43CC'

red 204 ◦ green 67 ◦ blue 204

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

Shades of Fuchsia #CC43CC

Tints of Fuchsia #CC43CC

RGB

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

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

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

R = 42.95%
G = 14.11%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC43CC (or 0xCC43CC) is known color: Fuchsia. HEX triplet: CC, 43 and CC. RGB value is (204,67,204). Sum of RGB (Red+Green+Blue) = 204+67+204=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43CC is #33BC33. Grayscale: #7B7B7B. Windows color (decimal): -3390516 or 13386700. OLE color: 13386700.

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

Color convert

RGB 204 67 204 -
CMYK 0 0.67 0 0.2
HSL 300º 0.57% 0.53% -
HSV(B) 300º 0.67% 0.8% -
XYZ 37.81 21.21 59.23 -
YUV 123.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 204 67 204 0 0.67 0 0.2 300 0.57 0.53
Hex CC 43 CC 0 43 0 14 12C 39 35
Octal 314 103 314 0 103 0 24 454 71 65
Binary 11001100 1000011 11001100 0 1000011 0 10100 100101100 111001 110101

Color Harmonies of #CC43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43CC

Black with #CC43CC

Text Example


Text Example

White with #CC43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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