Html Css Color HEX #C30466 Jazzberry Jam

📋 copy color: '#C30466'

red 195 ◦ green 4 ◦ blue 102

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

Shades of Jazzberry Jam #C30466

Tints of Jazzberry Jam #C30466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 64.78%
G = 1.33%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30466 (or 0xC30466) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 66. RGB value is (195,4,102). Sum of RGB (Red+Green+Blue) = 195+4+102=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30466 is #3CFB99. Grayscale: #484848. Windows color (decimal): -3996570 or 6685891. OLE color: 6685891.

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

Color convert

RGB 195 4 102 -
CMYK 0 0.98 0.48 0.24
HSL 329.21º 0.96% 0.39% -
HSV(B) 329.21º 0.98% 0.76% -
XYZ 24.95 12.65 13.7 -
YUV 72.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 195 4 102 0 0.98 0.48 0.24 329.21 0.96 0.39
Hex C3 4 66 0 62 30 18 149 60 27
Octal 303 4 146 0 142 60 30 511 140 47
Binary 11000011 100 1100110 0 1100010 110000 11000 101001001 1100000 100111

Color Harmonies of #C30466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30466

Black with #C30466

Text Example


Text Example

White with #C30466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30466; }

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

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

background-color css

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

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

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

border-color css

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

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

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