Html Css Color HEX #CC4CBE Fuchsia

📋 copy color: '#CC4CBE'

red 204 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #CC4CBE

Tints of Fuchsia #CC4CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 43.4%
G = 16.17%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC4CBE (or 0xCC4CBE) is known color: Fuchsia. HEX triplet: CC, 4C and BE. RGB value is (204,76,190). Sum of RGB (Red+Green+Blue) = 204+76+190=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CBE is #33B341. Grayscale: #7E7E7E. Windows color (decimal): -3388226 or 12471500. OLE color: 12471500.

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

Color convert

RGB 204 76 190 -
CMYK 0 0.63 0.07 0.2
HSL 306.56º 0.56% 0.55% -
HSV(B) 306.56º 0.63% 0.8% -
XYZ 36.78 21.72 50.97 -
YUV 127.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 204 76 190 0 0.63 0.07 0.2 306.56 0.56 0.55
Hex CC 4C BE 0 3F 7 14 133 38 37
Octal 314 114 276 0 77 7 24 463 70 67
Binary 11001100 1001100 10111110 0 111111 111 10100 100110011 111000 110111

Color Harmonies of #CC4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CBE

Black with #CC4CBE

Text Example


Text Example

White with #CC4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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