Html Css Color HEX #CC33BE Fuchsia

📋 copy color: '#CC33BE'

red 204 ◦ green 51 ◦ blue 190

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

Shades of Fuchsia #CC33BE

Tints of Fuchsia #CC33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.46%

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

R = 45.84%
G = 11.46%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC33BE (or 0xCC33BE) is known color: Fuchsia. HEX triplet: CC, 33 and BE. RGB value is (204,51,190). Sum of RGB (Red+Green+Blue) = 204+51+190=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BE is #33CC41. Grayscale: #707070. Windows color (decimal): -3394626 or 12465100. OLE color: 12465100.

HSL color Cylindrical-coordinate representation of color #CC33BE: hue angle of 305.49º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33BE is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 190 -
CMYK 0 0.75 0.07 0.2
HSL 305.49º 0.6% 0.5% -
HSV(B) 305.49º 0.75% 0.8% -
XYZ 35.38 18.92 50.5 -
YUV 112.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 204 51 190 0 0.75 0.07 0.2 305.49 0.6 0.5
Hex CC 33 BE 0 4B 7 14 131 3C 32
Octal 314 63 276 0 113 7 24 461 74 62
Binary 11001100 110011 10111110 0 1001011 111 10100 100110001 111100 110010

Color Harmonies of #CC33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33BE

Black with #CC33BE

Text Example


Text Example

White with #CC33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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