Html Css Color HEX #CA1CCB Deep Magenta

📋 copy color: '#CA1CCB'

red 202 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #CA1CCB

Tints of Deep Magenta #CA1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.47%

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

R = 46.65%
G = 6.47%
B = 46.88%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA1CCB (or 0xCA1CCB) is known color: Deep Magenta. HEX triplet: CA, 1C and CB. RGB value is (202,28,203). Sum of RGB (Red+Green+Blue) = 202+28+203=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CCB is #35E334. Grayscale: #636363. Windows color (decimal): -3531573 or 13311178. OLE color: 13311178.

HSL color Cylindrical-coordinate representation of color #CA1CCB: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CCB is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 28 203 -
CMYK 0.00 0.86 0 0.20
HSL 299.66º 0.76% 0.45% -
HSV(B) 299.66º 0.86% 0.8% -
XYZ 35.55 17.7 58.04 -
YUV 99.98 186.15 200.77 -
System Red Green Blue C M Y K H S L
Decimal 202 28 203 0.00 0.86 0 0.20 299.66 0.76 0.45
Hex CA 1C CB 0 56 0 14 12C 4C 2D
Octal 312 34 313 0 126 0 24 454 114 55
Binary 11001010 11100 11001011 0 1010110 0 10100 100101100 1001100 101101

Color Harmonies of #CA1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CCB

Black with #CA1CCB

Text Example


Text Example

White with #CA1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CCB; }

 p { color: rgb(202,28,203); }

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

background-color css

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

 a { background-color: rgb(202,28,203); }

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

border-color css

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

 span { border-color: rgb(202,28,203); }

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