Html Css Color HEX #C30455 Jazzberry Jam

📋 copy color: '#C30455'

red 195 ◦ green 4 ◦ blue 85

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

Shades of Jazzberry Jam #C30455

Tints of Jazzberry Jam #C30455

RGB

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

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

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

R = 68.66%
G = 1.41%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30455 (or 0xC30455) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 55. RGB value is (195,4,85). Sum of RGB (Red+Green+Blue) = 195+4+85=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30455 is #3CFBAA. Grayscale: #464646. Windows color (decimal): -3996587 or 5571779. OLE color: 5571779.

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

Color convert

RGB 195 4 85 -
CMYK 0 0.98 0.56 0.24
HSL 334.56º 0.96% 0.39% -
HSV(B) 334.56º 0.98% 0.76% -
XYZ 24.19 12.34 9.7 -
YUV 70.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 195 4 85 0 0.98 0.56 0.24 334.56 0.96 0.39
Hex C3 4 55 0 62 38 18 14F 60 27
Octal 303 4 125 0 142 70 30 517 140 47
Binary 11000011 100 1010101 0 1100010 111000 11000 101001111 1100000 100111

Color Harmonies of #C30455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30455

Black with #C30455

Text Example


Text Example

White with #C30455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30455; }

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

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

background-color css

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

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

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

border-color css

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

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

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