Html Css Color HEX #C30465 Jazzberry Jam

📋 copy color: '#C30465'

red 195 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #C30465

Tints of Jazzberry Jam #C30465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 65%
G = 1.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30465 (or 0xC30465) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 65. RGB value is (195,4,101). Sum of RGB (Red+Green+Blue) = 195+4+101=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30465 is #3CFB9A. Grayscale: #474747. Windows color (decimal): -3996571 or 6620355. OLE color: 6620355.

HSL color Cylindrical-coordinate representation of color #C30465: hue angle of 329.53º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30465 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 101 -
CMYK 0 0.98 0.48 0.24
HSL 329.53º 0.96% 0.39% -
HSV(B) 329.53º 0.98% 0.76% -
XYZ 24.9 12.63 13.44 -
YUV 72.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 195 4 101 0 0.98 0.48 0.24 329.53 0.96 0.39
Hex C3 4 65 0 62 30 18 14A 60 27
Octal 303 4 145 0 142 60 30 512 140 47
Binary 11000011 100 1100101 0 1100010 110000 11000 101001010 1100000 100111

Color Harmonies of #C30465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30465

Black with #C30465

Text Example


Text Example

White with #C30465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30465; }

 p { color: rgb(195,4,101); }

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

background-color css

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

 a { background-color: rgb(195,4,101); }

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

border-color css

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

 span { border-color: rgb(195,4,101); }

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