Html Css Color HEX #CA015F Razzmatazz

📋 copy color: '#CA015F'

red 202 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #CA015F

Tints of Razzmatazz #CA015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 67.79%
G = 0.34%
B = 31.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA015F (or 0xCA015F) is known color: Razzmatazz. HEX triplet: CA, 01 and 5F. RGB value is (202,1,95). Sum of RGB (Red+Green+Blue) = 202+1+95=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA015F is #35FEA0. Grayscale: #474747. Windows color (decimal): -3538593 or 6226378. OLE color: 6226378.

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

Color convert

RGB 202 1 95 -
CMYK 0 1.00 0.53 0.21
HSL 331.94º 0.99% 0.4% -
HSV(B) 331.94º 1% 0.79% -
XYZ 26.43 13.4 12.02 -
YUV 71.82 141.09 220.86 -
System Red Green Blue C M Y K H S L
Decimal 202 1 95 0 1.00 0.53 0.21 331.94 0.99 0.4
Hex CA 1 5F 0 64 35 15 14C 63 28
Octal 312 1 137 0 144 65 25 514 143 50
Binary 11001010 1 1011111 0 1100100 110101 10101 101001100 1100011 101000

Color Harmonies of #CA015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA015F

Black with #CA015F

Text Example


Text Example

White with #CA015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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