Html Css Color HEX #C30257 Jazzberry Jam

📋 copy color: '#C30257'

red 195 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #C30257

Tints of Jazzberry Jam #C30257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.63%

R = 68.66%
G = 0.7%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30257 (or 0xC30257) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 57. RGB value is (195,2,87). Sum of RGB (Red+Green+Blue) = 195+2+87=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30257 is #3CFDA8. Grayscale: #454545. Windows color (decimal): -3997097 or 5702339. OLE color: 5702339.

HSL color Cylindrical-coordinate representation of color #C30257: hue angle of 333.58º 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 #C30257 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 87 -
CMYK 0 0.99 0.55 0.24
HSL 333.58º 0.98% 0.39% -
HSV(B) 333.58º 0.99% 0.76% -
XYZ 24.25 12.33 10.12 -
YUV 69.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 195 2 87 0 0.99 0.55 0.24 333.58 0.98 0.39
Hex C3 2 57 0 63 37 18 14E 62 27
Octal 303 2 127 0 143 67 30 516 142 47
Binary 11000011 10 1010111 0 1100011 110111 11000 101001110 1100010 100111

Color Harmonies of #C30257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30257

Black with #C30257

Text Example


Text Example

White with #C30257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30257; }

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

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

background-color css

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

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

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

border-color css

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

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

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