Html Css Color HEX #C8014E Razzmatazz

📋 copy color: '#C8014E'

red 200 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #C8014E

Tints of Razzmatazz #C8014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 71.68%
G = 0.36%
B = 27.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8014E (or 0xC8014E) is known color: Razzmatazz. HEX triplet: C8, 01 and 4E. RGB value is (200,1,78). Sum of RGB (Red+Green+Blue) = 200+1+78=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8014E is #37FEB1. Grayscale: #454545. Windows color (decimal): -3669682 or 5112264. OLE color: 5112264.

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

Color convert

RGB 200 1 78 -
CMYK 0 1.00 0.61 0.22
HSL 336.78º 0.99% 0.39% -
HSV(B) 336.78º 1% 0.78% -
XYZ 25.21 12.85 8.36 -
YUV 69.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 200 1 78 0 1.00 0.61 0.22 336.78 0.99 0.39
Hex C8 1 4E 0 64 3D 16 151 63 27
Octal 310 1 116 0 144 75 26 521 143 47
Binary 11001000 1 1001110 0 1100100 111101 10110 101010001 1100011 100111

Color Harmonies of #C8014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8014E

Black with #C8014E

Text Example


Text Example

White with #C8014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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