Html Css Color HEX #CC46CB Fuchsia

📋 copy color: '#CC46CB'

red 204 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #CC46CB

Tints of Fuchsia #CC46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.68%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 42.77%
G = 14.68%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC46CB (or 0xCC46CB) is known color: Fuchsia. HEX triplet: CC, 46 and CB. RGB value is (204,70,203). Sum of RGB (Red+Green+Blue) = 204+70+203=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46CB is #33B934. Grayscale: #7C7C7C. Windows color (decimal): -3389749 or 13321932. OLE color: 13321932.

HSL color Cylindrical-coordinate representation of color #CC46CB: hue angle of 300.45º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46CB is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 203 -
CMYK 0 0.66 0.00 0.2
HSL 300.45º 0.57% 0.54% -
HSV(B) 300.45º 0.66% 0.8% -
XYZ 37.87 21.53 58.66 -
YUV 125.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 204 70 203 0 0.66 0.00 0.2 300.45 0.57 0.54
Hex CC 46 CB 0 42 0 14 12C 39 36
Octal 314 106 313 0 102 0 24 454 71 66
Binary 11001100 1000110 11001011 0 1000010 0 10100 100101100 111001 110110

Color Harmonies of #CC46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46CB

Black with #CC46CB

Text Example


Text Example

White with #CC46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46CB; }

 p { color: rgb(204,70,203); }

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

background-color css

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

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

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

border-color css

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

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

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