Html Css Color HEX #C70258 Razzmatazz

📋 copy color: '#C70258'

red 199 ◦ green 2 ◦ blue 88

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

Shades of Razzmatazz #C70258

Tints of Razzmatazz #C70258

RGB

 RED value IS 199 (78.13% from 255) = 68.86%

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 68.86%
G = 0.69%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70258 (or 0xC70258) is known color: Razzmatazz. HEX triplet: C7, 02 and 58. RGB value is (199,2,88). Sum of RGB (Red+Green+Blue) = 199+2+88=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C70258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70258 is #38FDA7. Grayscale: #464646. Windows color (decimal): -3734952 or 5767879. OLE color: 5767879.

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

Color convert

RGB 199 2 88 -
CMYK 0 0.99 0.56 0.22
HSL 333.81º 0.98% 0.39% -
HSV(B) 333.81º 0.99% 0.78% -
XYZ 25.34 12.89 10.39 -
YUV 70.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 199 2 88 0 0.99 0.56 0.22 333.81 0.98 0.39
Hex C7 2 58 0 63 38 16 14E 62 27
Octal 307 2 130 0 143 70 26 516 142 47
Binary 11000111 10 1011000 0 1100011 111000 10110 101001110 1100010 100111

Color Harmonies of #C70258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70258

Black with #C70258

Text Example


Text Example

White with #C70258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70258; }

 p { color: rgb(199,2,88); }

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

background-color css

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

 a { background-color: rgb(199,2,88); }

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

border-color css

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

 span { border-color: rgb(199,2,88); }

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