Html Css Color HEX #CA005D Razzmatazz

📋 copy color: '#CA005D'

red 202 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #CA005D

Tints of Razzmatazz #CA005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 68.47%
G = 0%
B = 31.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA005D (or 0xCA005D) is known color: Razzmatazz. HEX triplet: CA, 00 and 5D. RGB value is (202,0,93). Sum of RGB (Red+Green+Blue) = 202+0+93=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA005D is #35FFA2. Grayscale: #464646. Windows color (decimal): -3538851 or 6095050. OLE color: 6095050.

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

Color convert

RGB 202 0 93 -
CMYK 0 1 0.54 0.21
HSL 332.38º 1% 0.4% -
HSV(B) 332.38º 1% 0.79% -
XYZ 26.33 13.35 11.54 -
YUV 71 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 202 0 93 0 1 0.54 0.21 332.38 1 0.4
Hex CA 0 5D 0 64 36 15 14C 64 28
Octal 312 0 135 0 144 66 25 514 144 50
Binary 11001010 0 1011101 0 1100100 110110 10101 101001100 1100100 101000

Color Harmonies of #CA005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA005D

Black with #CA005D

Text Example


Text Example

White with #CA005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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