Html Css Color HEX #C30253 Razzmatazz

📋 copy color: '#C30253'

red 195 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #C30253

Tints of Razzmatazz #C30253

RGB

 RED value IS 195 (76.56% from 255) = 69.64%

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

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 69.64%
G = 0.71%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C30253 (or 0xC30253) is known color: Razzmatazz. HEX triplet: C3, 02 and 53. RGB value is (195,2,83). Sum of RGB (Red+Green+Blue) = 195+2+83=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C30253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30253 is #3CFDAC. Grayscale: #444444. Windows color (decimal): -3997101 or 5440195. OLE color: 5440195.

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

Color convert

RGB 195 2 83 -
CMYK 0 0.99 0.57 0.24
HSL 334.82º 0.98% 0.39% -
HSV(B) 334.82º 0.99% 0.76% -
XYZ 24.09 12.27 9.28 -
YUV 68.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 195 2 83 0 0.99 0.57 0.24 334.82 0.98 0.39
Hex C3 2 53 0 63 39 18 14F 62 27
Octal 303 2 123 0 143 71 30 517 142 47
Binary 11000011 10 1010011 0 1100011 111001 11000 101001111 1100010 100111

Color Harmonies of #C30253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30253

Black with #C30253

Text Example


Text Example

White with #C30253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30253; }

 p { color: rgb(195,2,83); }

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

background-color css

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

 a { background-color: rgb(195,2,83); }

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

border-color css

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

 span { border-color: rgb(195,2,83); }

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