Html Css Color HEX #CA014A Razzmatazz

📋 copy color: '#CA014A'

red 202 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #CA014A

Tints of Razzmatazz #CA014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 72.92%
G = 0.36%
B = 26.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA014A (or 0xCA014A) is known color: Razzmatazz. HEX triplet: CA, 01 and 4A. RGB value is (202,1,74). Sum of RGB (Red+Green+Blue) = 202+1+74=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA014A is #35FEB5. Grayscale: #454545. Windows color (decimal): -3538614 or 4850122. OLE color: 4850122.

HSL color Cylindrical-coordinate representation of color #CA014A: hue angle of 338.21º 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 #CA014A is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 74 -
CMYK 0 1.00 0.63 0.21
HSL 338.21º 0.99% 0.4% -
HSV(B) 338.21º 1% 0.79% -
XYZ 25.6 13.07 7.65 -
YUV 69.42 130.59 222.56 -
System Red Green Blue C M Y K H S L
Decimal 202 1 74 0 1.00 0.63 0.21 338.21 0.99 0.4
Hex CA 1 4A 0 64 3F 15 152 63 28
Octal 312 1 112 0 144 77 25 522 143 50
Binary 11001010 1 1001010 0 1100100 111111 10101 101010010 1100011 101000

Color Harmonies of #CA014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA014A

Black with #CA014A

Text Example


Text Example

White with #CA014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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