Html Css Color HEX #C30158 Jazzberry Jam

📋 copy color: '#C30158'

red 195 ◦ green 1 ◦ blue 88

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

Shades of Jazzberry Jam #C30158

Tints of Jazzberry Jam #C30158

RGB

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

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

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

R = 68.66%
G = 0.35%
B = 30.99%

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

#C30158 (or 0xC30158) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 58. RGB value is (195,1,88). Sum of RGB (Red+Green+Blue) = 195+1+88=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30158 is #3CFEA7. Grayscale: #444444. Windows color (decimal): -3997352 or 5767619. OLE color: 5767619.

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

Color convert

RGB 195 1 88 -
CMYK 0 0.99 0.55 0.24
HSL 333.09º 0.99% 0.38% -
HSV(B) 333.09º 0.99% 0.76% -
XYZ 24.28 12.33 10.33 -
YUV 68.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 195 1 88 0 0.99 0.55 0.24 333.09 0.99 0.38
Hex C3 1 58 0 63 37 18 14D 63 26
Octal 303 1 130 0 143 67 30 515 143 46
Binary 11000011 1 1011000 0 1100011 110111 11000 101001101 1100011 100110

Color Harmonies of #C30158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30158

Black with #C30158

Text Example


Text Example

White with #C30158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30158; }

 p { color: rgb(195,1,88); }

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

background-color css

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

 a { background-color: rgb(195,1,88); }

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

border-color css

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

 span { border-color: rgb(195,1,88); }

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