Html Css Color HEX #CC2BC5 Fuchsia

📋 copy color: '#CC2BC5'

red 204 ◦ green 43 ◦ blue 197

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

Shades of Fuchsia #CC2BC5

Tints of Fuchsia #CC2BC5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 45.95%
G = 9.68%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC2BC5 (or 0xCC2BC5) is known color: Fuchsia. HEX triplet: CC, 2B and C5. RGB value is (204,43,197). Sum of RGB (Red+Green+Blue) = 204+43+197=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BC5 is #33D43A. Grayscale: #6C6C6C. Windows color (decimal): -3396667 or 12921804. OLE color: 12921804.

HSL color Cylindrical-coordinate representation of color #CC2BC5: hue angle of 302.61º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BC5 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 43 197 -
CMYK 0 0.79 0.03 0.2
HSL 302.61º 0.65% 0.48% -
HSV(B) 302.61º 0.79% 0.8% -
XYZ 35.84 18.6 54.52 -
YUV 108.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 204 43 197 0 0.79 0.03 0.2 302.61 0.65 0.48
Hex CC 2B C5 0 4F 3 14 12F 41 30
Octal 314 53 305 0 117 3 24 457 101 60
Binary 11001100 101011 11000101 0 1001111 11 10100 100101111 1000001 110000

Color Harmonies of #CC2BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BC5

Black with #CC2BC5

Text Example


Text Example

White with #CC2BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BC5; }

 p { color: rgb(204,43,197); }

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

background-color css

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

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

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

border-color css

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

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

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