Html Css Color HEX #CF419D Mulberry

📋 copy color: '#CF419D'

red 207 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #CF419D

Tints of Mulberry #CF419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 48.25%
G = 15.15%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF419D (or 0xCF419D) is known color: Mulberry. HEX triplet: CF, 41 and 9D. RGB value is (207,65,157). Sum of RGB (Red+Green+Blue) = 207+65+157=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF419D is #30BE62. Grayscale: #757575. Windows color (decimal): -3194467 or 10305999. OLE color: 10305999.

HSL color Cylindrical-coordinate representation of color #CF419D: hue angle of 321.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF419D is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 157 -
CMYK 0 0.69 0.24 0.19
HSL 321.13º 0.6% 0.53% -
HSV(B) 321.13º 0.69% 0.81% -
XYZ 33.71 19.48 33.88 -
YUV 117.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 207 65 157 0 0.69 0.24 0.19 321.13 0.6 0.53
Hex CF 41 9D 0 45 18 13 141 3C 35
Octal 317 101 235 0 105 30 23 501 74 65
Binary 11001111 1000001 10011101 0 1000101 11000 10011 101000001 111100 110101

Color Harmonies of #CF419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF419D

Black with #CF419D

Text Example


Text Example

White with #CF419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF419D; }

 p { color: rgb(207,65,157); }

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

background-color css

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

 a { background-color: rgb(207,65,157); }

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

border-color css

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

 span { border-color: rgb(207,65,157); }

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