Html Css Color HEX #C30468 Jazzberry Jam

📋 copy color: '#C30468'

red 195 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #C30468

Tints of Jazzberry Jam #C30468

RGB

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

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

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

R = 64.36%
G = 1.32%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30468 (or 0xC30468) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 68. RGB value is (195,4,104). Sum of RGB (Red+Green+Blue) = 195+4+104=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30468 is #3CFB97. Grayscale: #484848. Windows color (decimal): -3996568 or 6816963. OLE color: 6816963.

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

Color convert

RGB 195 4 104 -
CMYK 0 0.98 0.47 0.24
HSL 328.59º 0.96% 0.39% -
HSV(B) 328.59º 0.98% 0.76% -
XYZ 25.05 12.69 14.23 -
YUV 72.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 195 4 104 0 0.98 0.47 0.24 328.59 0.96 0.39
Hex C3 4 68 0 62 2F 18 149 60 27
Octal 303 4 150 0 142 57 30 511 140 47
Binary 11000011 100 1101000 0 1100010 101111 11000 101001001 1100000 100111

Color Harmonies of #C30468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30468

Black with #C30468

Text Example


Text Example

White with #C30468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30468; }

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

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

background-color css

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

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

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

border-color css

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

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

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