Html Css Color HEX #C30162 Jazzberry Jam

📋 copy color: '#C30162'

red 195 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #C30162

Tints of Jazzberry Jam #C30162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 66.33%
G = 0.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30162 (or 0xC30162) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 62. RGB value is (195,1,98). Sum of RGB (Red+Green+Blue) = 195+1+98=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C30162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30162 is #3CFE9D. Grayscale: #454545. Windows color (decimal): -3997342 or 6422979. OLE color: 6422979.

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

Color convert

RGB 195 1 98 -
CMYK 0 0.99 0.50 0.24
HSL 330º 0.99% 0.38% -
HSV(B) 330º 0.99% 0.76% -
XYZ 24.72 12.51 12.67 -
YUV 70.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 195 1 98 0 0.99 0.50 0.24 330 0.99 0.38
Hex C3 1 62 0 63 32 18 14A 63 26
Octal 303 1 142 0 143 62 30 512 143 46
Binary 11000011 1 1100010 0 1100011 110010 11000 101001010 1100011 100110

Color Harmonies of #C30162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30162

Black with #C30162

Text Example


Text Example

White with #C30162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30162; }

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

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

background-color css

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

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

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

border-color css

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

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

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