Html Css Color HEX #CA014C Razzmatazz

📋 copy color: '#CA014C'

red 202 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #CA014C

Tints of Razzmatazz #CA014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 72.4%
G = 0.36%
B = 27.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA014C (or 0xCA014C) is known color: Razzmatazz. HEX triplet: CA, 01 and 4C. RGB value is (202,1,76). Sum of RGB (Red+Green+Blue) = 202+1+76=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA014C is #35FEB3. Grayscale: #454545. Windows color (decimal): -3538612 or 4981194. OLE color: 4981194.

HSL color Cylindrical-coordinate representation of color #CA014C: hue angle of 337.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA014C is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 76 -
CMYK 0 1.00 0.62 0.21
HSL 337.61º 0.99% 0.4% -
HSV(B) 337.61º 1% 0.79% -
XYZ 25.67 13.1 8.01 -
YUV 69.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 202 1 76 0 1.00 0.62 0.21 337.61 0.99 0.4
Hex CA 1 4C 0 64 3E 15 152 63 28
Octal 312 1 114 0 144 76 25 522 143 50
Binary 11001010 1 1001100 0 1100100 111110 10101 101010010 1100011 101000

Color Harmonies of #CA014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA014C

Black with #CA014C

Text Example


Text Example

White with #CA014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA014C; }

 p { color: rgb(202,1,76); }

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

background-color css

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

 a { background-color: rgb(202,1,76); }

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

border-color css

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

 span { border-color: rgb(202,1,76); }

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