Html Css Color HEX #C30255 Jazzberry Jam

📋 copy color: '#C30255'

red 195 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #C30255

Tints of Jazzberry Jam #C30255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 69.15%
G = 0.71%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30255 (or 0xC30255) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 55. RGB value is (195,2,85). Sum of RGB (Red+Green+Blue) = 195+2+85=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30255 is #3CFDAA. Grayscale: #454545. Windows color (decimal): -3997099 or 5571267. OLE color: 5571267.

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

Color convert

RGB 195 2 85 -
CMYK 0 0.99 0.56 0.24
HSL 334.2º 0.98% 0.39% -
HSV(B) 334.2º 0.99% 0.76% -
XYZ 24.17 12.3 9.69 -
YUV 69.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 195 2 85 0 0.99 0.56 0.24 334.2 0.98 0.39
Hex C3 2 55 0 63 38 18 14E 62 27
Octal 303 2 125 0 143 70 30 516 142 47
Binary 11000011 10 1010101 0 1100011 111000 11000 101001110 1100010 100111

Color Harmonies of #C30255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30255

Black with #C30255

Text Example


Text Example

White with #C30255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30255; }

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

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

background-color css

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

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

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

border-color css

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

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

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