Html Css Color HEX #CA005F Razzmatazz

📋 copy color: '#CA005F'

red 202 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #CA005F

Tints of Razzmatazz #CA005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.01%
G = 0%
B = 31.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA005F (or 0xCA005F) is known color: Razzmatazz. HEX triplet: CA, 00 and 5F. RGB value is (202,0,95). Sum of RGB (Red+Green+Blue) = 202+0+95=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA005F is #35FFA0. Grayscale: #474747. Windows color (decimal): -3538849 or 6226122. OLE color: 6226122.

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

Color convert

RGB 202 0 95 -
CMYK 0 1 0.53 0.21
HSL 331.78º 1% 0.4% -
HSV(B) 331.78º 1% 0.79% -
XYZ 26.42 13.38 12.02 -
YUV 71.23 141.42 221.28 -
System Red Green Blue C M Y K H S L
Decimal 202 0 95 0 1 0.53 0.21 331.78 1 0.4
Hex CA 0 5F 0 64 35 15 14C 64 28
Octal 312 0 137 0 144 65 25 514 144 50
Binary 11001010 0 1011111 0 1100100 110101 10101 101001100 1100100 101000

Color Harmonies of #CA005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA005F

Black with #CA005F

Text Example


Text Example

White with #CA005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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