Html Css Color HEX #C30062 Jazzberry Jam

📋 copy color: '#C30062'

red 195 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #C30062

Tints of Jazzberry Jam #C30062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.55%
G = 0%
B = 33.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30062 (or 0xC30062) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 62. RGB value is (195,0,98). Sum of RGB (Red+Green+Blue) = 195+0+98=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C30062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30062 is #3CFF9D. Grayscale: #454545. Windows color (decimal): -3997598 or 6422723. OLE color: 6422723.

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

Color convert

RGB 195 0 98 -
CMYK 0 1 0.50 0.24
HSL 329.85º 1% 0.38% -
HSV(B) 329.85º 1% 0.76% -
XYZ 24.71 12.48 12.66 -
YUV 69.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 195 0 98 0 1 0.50 0.24 329.85 1 0.38
Hex C3 0 62 0 64 32 18 14A 64 26
Octal 303 0 142 0 144 62 30 512 144 46
Binary 11000011 0 1100010 0 1100100 110010 11000 101001010 1100100 100110

Color Harmonies of #C30062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30062

Black with #C30062

Text Example


Text Example

White with #C30062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30062; }

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

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

background-color css

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

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

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

border-color css

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

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

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