Html Css Color HEX #C30057 Jazzberry Jam

📋 copy color: '#C30057'

red 195 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #C30057

Tints of Jazzberry Jam #C30057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 69.15%
G = 0%
B = 30.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30057 (or 0xC30057) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 57. RGB value is (195,0,87). Sum of RGB (Red+Green+Blue) = 195+0+87=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30057 is #3CFFA8. Grayscale: #444444. Windows color (decimal): -3997609 or 5701827. OLE color: 5701827.

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

Color convert

RGB 195 0 87 -
CMYK 0 1 0.55 0.24
HSL 333.23º 1% 0.38% -
HSV(B) 333.23º 1% 0.76% -
XYZ 24.23 12.29 10.11 -
YUV 68.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 195 0 87 0 1 0.55 0.24 333.23 1 0.38
Hex C3 0 57 0 64 37 18 14D 64 26
Octal 303 0 127 0 144 67 30 515 144 46
Binary 11000011 0 1010111 0 1100100 110111 11000 101001101 1100100 100110

Color Harmonies of #C30057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30057

Black with #C30057

Text Example


Text Example

White with #C30057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30057; }

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

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

background-color css

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

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

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

border-color css

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

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

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