Html Css Color HEX #C8015A Razzmatazz

📋 copy color: '#C8015A'

red 200 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #C8015A

Tints of Razzmatazz #C8015A

RGB

 RED value IS 200 (78.52% from 255) = 68.73%

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 68.73%
G = 0.34%
B = 30.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8015A (or 0xC8015A) is known color: Razzmatazz. HEX triplet: C8, 01 and 5A. RGB value is (200,1,90). Sum of RGB (Red+Green+Blue) = 200+1+90=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8015A is #37FEA5. Grayscale: #464646. Windows color (decimal): -3669670 or 5898696. OLE color: 5898696.

HSL color Cylindrical-coordinate representation of color #C8015A: hue angle of 333.17º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8015A is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 90 -
CMYK 0 1.00 0.55 0.22
HSL 333.17º 0.99% 0.39% -
HSV(B) 333.17º 1% 0.78% -
XYZ 25.68 13.04 10.84 -
YUV 70.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 200 1 90 0 1.00 0.55 0.22 333.17 0.99 0.39
Hex C8 1 5A 0 64 37 16 14D 63 27
Octal 310 1 132 0 144 67 26 515 143 47
Binary 11001000 1 1011010 0 1100100 110111 10110 101001101 1100011 100111

Color Harmonies of #C8015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8015A

Black with #C8015A

Text Example


Text Example

White with #C8015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8015A; }

 p { color: rgb(200,1,90); }

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

background-color css

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

 a { background-color: rgb(200,1,90); }

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

border-color css

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

 span { border-color: rgb(200,1,90); }

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