Html Css Color HEX #CA005C Razzmatazz

📋 copy color: '#CA005C'

red 202 ◦ green 0 ◦ blue 92

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

Shades of Razzmatazz #CA005C

Tints of Razzmatazz #CA005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 68.71%
G = 0%
B = 31.29%

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

#CA005C (or 0xCA005C) is known color: Razzmatazz. HEX triplet: CA, 00 and 5C. RGB value is (202,0,92). Sum of RGB (Red+Green+Blue) = 202+0+92=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA005C is #35FFA3. Grayscale: #464646. Windows color (decimal): -3538852 or 6029514. OLE color: 6029514.

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

Color convert

RGB 202 0 92 -
CMYK 0 1 0.54 0.21
HSL 332.67º 1% 0.4% -
HSV(B) 332.67º 1% 0.79% -
XYZ 26.29 13.33 11.31 -
YUV 70.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 202 0 92 0 1 0.54 0.21 332.67 1 0.4
Hex CA 0 5C 0 64 36 15 14D 64 28
Octal 312 0 134 0 144 66 25 515 144 50
Binary 11001010 0 1011100 0 1100100 110110 10101 101001101 1100100 101000

Color Harmonies of #CA005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA005C

Black with #CA005C

Text Example


Text Example

White with #CA005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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