Html Css Color HEX #C30E68 Jazzberry Jam

📋 copy color: '#C30E68'

red 195 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #C30E68

Tints of Jazzberry Jam #C30E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.47%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 62.3%
G = 4.47%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30E68 (or 0xC30E68) is known color: Jazzberry Jam. HEX triplet: C3, 0E and 68. RGB value is (195,14,104). Sum of RGB (Red+Green+Blue) = 195+14+104=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E68 is #3CF197. Grayscale: #4E4E4E. Windows color (decimal): -3994008 or 6819523. OLE color: 6819523.

HSL color Cylindrical-coordinate representation of color #C30E68: hue angle of 330.17º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30E68 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 14 104 -
CMYK 0 0.93 0.47 0.24
HSL 330.17º 0.87% 0.41% -
HSV(B) 330.17º 0.93% 0.76% -
XYZ 25.16 12.92 14.26 -
YUV 78.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 195 14 104 0 0.93 0.47 0.24 330.17 0.87 0.41
Hex C3 E 68 0 5D 2F 18 14A 57 29
Octal 303 16 150 0 135 57 30 512 127 51
Binary 11000011 1110 1101000 0 1011101 101111 11000 101001010 1010111 101001

Color Harmonies of #C30E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E68

Black with #C30E68

Text Example


Text Example

White with #C30E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E68; }

 p { color: rgb(195,14,104); }

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

background-color css

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

 a { background-color: rgb(195,14,104); }

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

border-color css

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

 span { border-color: rgb(195,14,104); }

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