Html Css Color HEX #CF4978 Cranberry

📋 copy color: '#CF4978'

red 207 ◦ green 73 ◦ blue 120

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

Shades of Cranberry #CF4978

Tints of Cranberry #CF4978

RGB

 RED value IS 207 (81.25% from 255) = 51.75%

 GREEN value IS 73 (28.91% from 255) = 18.25%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 51.75%
G = 18.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF4978 (or 0xCF4978) is known color: Cranberry. HEX triplet: CF, 49 and 78. RGB value is (207,73,120). Sum of RGB (Red+Green+Blue) = 207+73+120=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4978 is #30B687. Grayscale: #767676. Windows color (decimal): -3192456 or 7883215. OLE color: 7883215.

HSL color Cylindrical-coordinate representation of color #CF4978: hue angle of 338.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4978 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 120 -
CMYK 0 0.65 0.42 0.19
HSL 338.96º 0.58% 0.55% -
HSV(B) 338.96º 0.65% 0.81% -
XYZ 31.5 19.39 19.85 -
YUV 118.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 207 73 120 0 0.65 0.42 0.19 338.96 0.58 0.55
Hex CF 49 78 0 41 2A 13 153 3A 37
Octal 317 111 170 0 101 52 23 523 72 67
Binary 11001111 1001001 1111000 0 1000001 101010 10011 101010011 111010 110111

Color Harmonies of #CF4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4978

Black with #CF4978

Text Example


Text Example

White with #CF4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4978; }

 p { color: rgb(207,73,120); }

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

background-color css

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

 a { background-color: rgb(207,73,120); }

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

border-color css

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

 span { border-color: rgb(207,73,120); }

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