Html Css Color HEX #C30054 Jazzberry Jam

📋 copy color: '#C30054'

red 195 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #C30054

Tints of Jazzberry Jam #C30054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 69.89%
G = 0%
B = 30.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C30054 (or 0xC30054) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 54. RGB value is (195,0,84). Sum of RGB (Red+Green+Blue) = 195+0+84=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C30054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30054 is #3CFFAB. Grayscale: #434343. Windows color (decimal): -3997612 or 5505219. OLE color: 5505219.

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

Color convert

RGB 195 0 84 -
CMYK 0 1 0.57 0.24
HSL 334.15º 1% 0.38% -
HSV(B) 334.15º 1% 0.76% -
XYZ 24.11 12.24 9.48 -
YUV 67.88 137.1 218.67 -
System Red Green Blue C M Y K H S L
Decimal 195 0 84 0 1 0.57 0.24 334.15 1 0.38
Hex C3 0 54 0 64 39 18 14E 64 26
Octal 303 0 124 0 144 71 30 516 144 46
Binary 11000011 0 1010100 0 1100100 111001 11000 101001110 1100100 100110

Color Harmonies of #C30054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30054

Black with #C30054

Text Example


Text Example

White with #C30054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30054; }

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

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

background-color css

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

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

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

border-color css

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

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

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