Html Css Color HEX #CF4B7E Cranberry

📋 copy color: '#CF4B7E'

red 207 ◦ green 75 ◦ blue 126

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

Shades of Cranberry #CF4B7E

Tints of Cranberry #CF4B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.38%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 50.74%
G = 18.38%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF4B7E (or 0xCF4B7E) is known color: Cranberry. HEX triplet: CF, 4B and 7E. RGB value is (207,75,126). Sum of RGB (Red+Green+Blue) = 207+75+126=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B7E is #30B481. Grayscale: #787878. Windows color (decimal): -3191938 or 8276943. OLE color: 8276943.

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

Color convert

RGB 207 75 126 -
CMYK 0 0.64 0.39 0.19
HSL 336.82º 0.58% 0.55% -
HSV(B) 336.82º 0.64% 0.81% -
XYZ 32.01 19.8 21.87 -
YUV 120.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 207 75 126 0 0.64 0.39 0.19 336.82 0.58 0.55
Hex CF 4B 7E 0 40 27 13 151 3A 37
Octal 317 113 176 0 100 47 23 521 72 67
Binary 11001111 1001011 1111110 0 1000000 100111 10011 101010001 111010 110111

Color Harmonies of #CF4B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B7E

Black with #CF4B7E

Text Example


Text Example

White with #CF4B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B7E; }

 p { color: rgb(207,75,126); }

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

background-color css

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

 a { background-color: rgb(207,75,126); }

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

border-color css

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

 span { border-color: rgb(207,75,126); }

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