Html Css Color HEX #CF417D Deep Cerise

📋 copy color: '#CF417D'

red 207 ◦ green 65 ◦ blue 125

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

Shades of Deep Cerise #CF417D

Tints of Deep Cerise #CF417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 52.14%
G = 16.37%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF417D (or 0xCF417D) is known color: Deep Cerise. HEX triplet: CF, 41 and 7D. RGB value is (207,65,125). Sum of RGB (Red+Green+Blue) = 207+65+125=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF417D is #30BE82. Grayscale: #727272. Windows color (decimal): -3194499 or 8208847. OLE color: 8208847.

HSL color Cylindrical-coordinate representation of color #CF417D: hue angle of 334.65º 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 #CF417D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 125 -
CMYK 0 0.69 0.40 0.19
HSL 334.65º 0.6% 0.53% -
HSV(B) 334.65º 0.69% 0.81% -
XYZ 31.32 18.53 21.33 -
YUV 114.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 207 65 125 0 0.69 0.40 0.19 334.65 0.6 0.53
Hex CF 41 7D 0 45 28 13 14F 3C 35
Octal 317 101 175 0 105 50 23 517 74 65
Binary 11001111 1000001 1111101 0 1000101 101000 10011 101001111 111100 110101

Color Harmonies of #CF417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF417D

Black with #CF417D

Text Example


Text Example

White with #CF417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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