Html Css Color HEX #CC1BCA Deep Magenta

📋 copy color: '#CC1BCA'

red 204 ◦ green 27 ◦ blue 202

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

Shades of Deep Magenta #CC1BCA

Tints of Deep Magenta #CC1BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.24%

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 47.11%
G = 6.24%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC1BCA (or 0xCC1BCA) is known color: Deep Magenta. HEX triplet: CC, 1B and CA. RGB value is (204,27,202). Sum of RGB (Red+Green+Blue) = 204+27+202=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BCA is #33E435. Grayscale: #636363. Windows color (decimal): -3400758 or 13245388. OLE color: 13245388.

HSL color Cylindrical-coordinate representation of color #CC1BCA: hue angle of 300.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BCA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 27 202 -
CMYK 0 0.87 0.01 0.2
HSL 300.68º 0.77% 0.45% -
HSV(B) 300.68º 0.87% 0.8% -
XYZ 35.95 17.89 57.43 -
YUV 99.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 204 27 202 0 0.87 0.01 0.2 300.68 0.77 0.45
Hex CC 1B CA 0 57 1 14 12D 4D 2D
Octal 314 33 312 0 127 1 24 455 115 55
Binary 11001100 11011 11001010 0 1010111 1 10100 100101101 1001101 101101

Color Harmonies of #CC1BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BCA

Black with #CC1BCA

Text Example


Text Example

White with #CC1BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BCA; }

 p { color: rgb(204,27,202); }

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

background-color css

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

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

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

border-color css

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

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

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