Html Css Color HEX #C30968 Jazzberry Jam

📋 copy color: '#C30968'

red 195 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #C30968

Tints of Jazzberry Jam #C30968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 63.31%
G = 2.92%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30968 (or 0xC30968) is known color: Jazzberry Jam. HEX triplet: C3, 09 and 68. RGB value is (195,9,104). Sum of RGB (Red+Green+Blue) = 195+9+104=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30968 is #3CF697. Grayscale: #4B4B4B. Windows color (decimal): -3995288 or 6818243. OLE color: 6818243.

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

Color convert

RGB 195 9 104 -
CMYK 0 0.95 0.47 0.24
HSL 329.35º 0.91% 0.4% -
HSV(B) 329.35º 0.95% 0.76% -
XYZ 25.1 12.8 14.24 -
YUV 75.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 195 9 104 0 0.95 0.47 0.24 329.35 0.91 0.4
Hex C3 9 68 0 5F 2F 18 149 5B 28
Octal 303 11 150 0 137 57 30 511 133 50
Binary 11000011 1001 1101000 0 1011111 101111 11000 101001001 1011011 101000

Color Harmonies of #C30968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30968

Black with #C30968

Text Example


Text Example

White with #C30968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30968; }

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

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

background-color css

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

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

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

border-color css

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

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

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